home *** CD-ROM | disk | FTP | other *** search
/ A Journey Into Darkness / A Journey Into Darkness.iso / vfw11e / readme16.txt < prev    next >
Text File  |  1997-05-13  |  11KB  |  269 lines

  1.  
  2.       Indeo(R) video interactive R4.1 -- Version 4.11.01.60
  3.              Microsoft Windows* 3.x
  4.                 October 10, 1995
  5.  
  6. This setup program installs the 16-bit Indeo video drivers on Windows 3.x
  7. systems along with Microsoft's Video for Windows 1.1e.
  8.  
  9.  
  10. Readme16.txt Topics:
  11. ------------------
  12.  o Indeo Video Driver Versions
  13.  o Installation
  14.  o Additional Documentation
  15.  o Known Operating Characteristics
  16.  o Differences from Microsoft's VfW 1.1e Update
  17.  o Software Requirements
  18.  o Minimum System Configuration
  19.  o Technical Support and Updates
  20.  
  21.  
  22. Indeo Video Driver Versions:
  23. ----------------------------  
  24.   Indeo(R) video interactive R4.1 - V4.11.01.60  [filename: ir41.dll]
  25.   Indeo(R) video R3.2 - V3.24.01.01              [filename: ir32.dll]
  26.   Indeo(R) video Raw YVU9 - V1.10.1.11           [filename: iyvu9.dll]
  27.  
  28.  
  29. Installation:
  30. -------------
  31. The Setup program installs the Indeo video drivers along with
  32. Microsoft's latest Video for Windows runtime.  It places the
  33. following entries in the system.ini file for the Indeo video
  34. drivers:
  35.  
  36. [drivers]
  37. VIDC.IV41=ir41.dll
  38. VIDC.IV32=ir32.dll
  39. VIDC.IV31=ir32.dll
  40. VIDC.YVU9=iyvu9.dll
  41. VIDC.RT21=ir21.dll
  42.  
  43.  
  44. Additional Documentation:
  45. -------------------------
  46. The following articles can be found at the Intel Web site and CompuServe*
  47. forum listed at the end of this document.
  48.  
  49. o OVERVIEW.DOC
  50.   This document presents a high-level overview of Indeo video interactive's 
  51.   new features.
  52.  
  53. o R4CAPS.DOC
  54.   The "Indeo video interactive Features and Capabilities" document.
  55.         
  56. o VFW_SPEC.DOC
  57.   Updates the Video for Windows programming interface specification.
  58.  
  59. o VFW_SPEC.H
  60.   A header file to match the Video for Windows ICM messages and
  61.   structures for the Indeo video interactive codec.
  62.  
  63. o EDITING.DOC
  64.   A brief explanation on how to use present editing tools to edit
  65.   and compress AVI files utilizing the new features of Indeo
  66.   video interactive.
  67.  
  68. o TRAN_IV4.DOC
  69.   This whitepaper describes techniques for successfully encoding transparent   
  70.   Indeo Video Bitstreams using Adobe Premiere* 4.0 for Windows
  71.  
  72. o IVR4PAL.DOC
  73.   An explanation of all the palette modes supported by Indeo video
  74.   interactive.
  75.  
  76. o IV41DFLT.PAL
  77.   The Indeo video interactive default palette. 
  78.  
  79. o IV41CNFG.PAL
  80.   The Indeo video interactive configurable palette.
  81.  
  82.  
  83. Known Operating Characteristics:
  84. --------------------------------        
  85. These are the known operating characteristics of Indeo video interactive
  86. R4.1 only:
  87.  
  88. o Low memory conditions for 16-bit driver only
  89.  
  90.   The 16-bit version of Indeo video interactive may become unstable if the
  91.   amount of memory consumed under Window 3.1 reaches the total available
  92.   amount of virtual memory in the system.  It is recommended that virtual
  93.   memory always be enabled, and the "recommended" amount of virtual memory
  94.   is selected as specified by the virtual memory setup dialog box.  The
  95.   Indeo video driver operates properly as long as there is a sufficient
  96.   amount of virtual memory.
  97.  
  98. o Can not use MCIAVI to access interactive features
  99.  
  100.   In order to access the new interactive features and capabilities
  101.   introduced by Indeo video interactive within the existing Video For Windows
  102.   architecture, the ICM interface must be used.  VfW does not allow
  103.   access to the ICM via the MCIAVI interface.  As a result, an interactive
  104.   application must provide functionality for decoding such as AVI file I/O,
  105.   sound play and synchronization, and keyframe management.  Refer to the
  106.   Kplayer applet for a code example.
  107.  
  108.   Linear applications, such as those presently using Indeo Video R3.2,
  109.   can use the MCIAVI interface and obtain the image quality and the 
  110.   automatic scalability capability of Indeo video interactive.
  111.  
  112. o Does not load on 386 machines
  113.  
  114.   In order to provide a high quality image with good playback performance, 
  115.   the recommended minimum system configuration for Indeo video interactive
  116.   is a  486DX2/66.  The Indeo video interactive codec is implemented with
  117.   instructions specific to 486 or later processors. If the codec detects a
  118.   386 processor or less, then the codec is not loaded.  It is recommended
  119.   that applications check the processor type and notify the 386 user that
  120.   they have insufficient resources to play the video portions of the
  121.   application.
  122.  
  123. o Playing Multiple clips
  124.  
  125.   Multiple clips will play simultaneously; however, playing clips with
  126.   different frame rates disables the scalability mechanism.  During
  127.   concurrent playback, both clips will play all frames and all bands.
  128.   Scalability will be re-enabled as soon as all active clips have the
  129.   same frame rate.
  130.  
  131. o Transparency Playback and Dropped Frames
  132.  
  133.   1.  For software vendors using Transparency and drawing directly to
  134.       the on-screen frame buffer:
  135.  
  136.       If the application requires all frames to be returned, such as in
  137.       an application that uses transparency to an on-screen buffer, then
  138.       the codec should be used without ICM_DRAW_BEGIN and ICM_DRAW_END
  139.       calls surrounding the DECOMPRESS messages for the motion playback.
  140.       This ensures that no frames will be dropped so that the
  141.       non-transparent section is overlayed on the background.
  142.       These DRAW messages cause the decoder to begin scaling back and
  143.       dropping frames when the required decode time is not available.
  144.       The ICM_DRAW_BEGIN message puts the the decoder in "Normal
  145.       Playback" mode, and the ICM_DRAW_END message takes it out and puts
  146.       it back into "Stepping Mode" (the default playback mode of the
  147.       decoder), where all frames are returned.
  148.  
  149.   2.  For software vendors using Transparency and drawing to an
  150.       off-screen frame buffer:
  151.  
  152.       The application needs to recognize the codec's "Don't Draw"
  153.       message and not flip screen buffer pages in this case.
  154.  
  155. o IF09 and Transparency / Local Decode
  156.  
  157.   IF09 is a data format which can be output by the R4.1 codec.  It is
  158.   similar to the Raw YVU9 format.  IF09 is used as input to DCI enabled
  159.   hardware that handles color space conversion.
  160.  
  161.   1.  The IF09 output format supported by Indeo video interactive does
  162.       not directly support the Transparency and Local Decode features
  163.       of the algorithm, however they can be used together with
  164.       application support.
  165.  
  166.   2.  IF09 and Transparency:  The entire IF09 buffer is filled by image
  167.       data regardless of Transparency (or local decode).  Thus,
  168.       transparent pixels ARE written in this buffer.  To use
  169.       transparency, the calling application must request to have the
  170.       transparency mask exposed, and combine it with the IF09 buffer at
  171.       color conversion time.  
  172.  
  173.   3.  IF09 and Local Decode:  The calling application has 2 ways of
  174.       getting full local decode support with the decoder.  It may
  175.       manually clip view rectangle from the IF09 buffer, as it color
  176.       converts it to the screen, or it may request the transparency
  177.       mask, which is clipped to the view rect, and treat local decode
  178.       as transparency.  In either case, the Decode rectangle will
  179.       still correctly tell the decoder the portions of video to decode.
  180.  
  181. o New Indeo video interactive Default Palette
  182.  
  183.   The Indeo video interactive palette has changed relative
  184.   to the Indeo Video R3.2 palette.  Any graphics or video files
  185.   created based on the Indeo Video R3.x palette will need to be 
  186.   re-done to work with the Indeo video interactive palette.
  187.  
  188. o Advanced Compression Options
  189.  
  190.   When using VidEdit, you must use 'Save as Default" in order 
  191.   to have the codec use your current settings.  This is due to
  192.   the operating characteristics of VidEdit.
  193.  
  194. o Frame Sizes
  195.  
  196.   In increments of 4, the minimum supported frame size is 32x32
  197.   (pixels).  The maximum supported frame size is 8192x8192 (pixels).
  198.  
  199. o Concatenating files using an editing application
  200.  
  201.   When concatenating multiple V4.1 encoded files using an editing 
  202.   application such as Adobe Premiere, you must insure that all the 
  203.   clips are the same size and were encoded with the same features 
  204.   in the Advanced Dialog box (bi-dir, transparency, view port, 
  205.   scalability, ...).  Combining files with different parameters 
  206.   will result in undetermined behavior.
  207.  
  208.  
  209. Differences from Microsoft's VfW 1.1e Update:
  210. ---------------------------------------------
  211. The Setup utility used to install this update is a modified version of
  212. the Setup utility Microsoft provides with their runtime package.  It is
  213. possible to make further changes to this program.  The Setup Toolkit
  214. is in file called CP0982.EXE at the following Microsoft FTP site:
  215.  
  216.    ftp://ftp.microsoft.com/Softlib
  217.  
  218. All of the Intel and non-Intel codecs are installed by this update.
  219. Listed below are the differences between this update and the one
  220. supplied by Microsoft:
  221.  
  222. 1. Installs the Indeo video interactive R4.1 driver.
  223. 2. Installs R3.2 V3.24.01.01 driver rather than V3.22.1.43.
  224. 3. The Raw driver (iyvu9.dll) is updated.  The new version fixes a
  225.    memory leak.
  226. 4. The R2.1 driver is not installed.
  227. 5. The readme16.txt and copyrite.txt files are added.  This
  228.    readme16.txt file may be deleted prior to distribution.
  229. 6. The files in this update do not all fit on one 3.5" diskette
  230.    even when compressed.
  231.  
  232.  
  233. Software Requirements:
  234. -----------------------
  235. o Microsoft Windows 3.1
  236.     
  237.  
  238. Minimum Hardware Configuration:
  239. ------------------------------
  240.   486DX2/66 Mhz CPU 
  241.   8 MB system RAM 
  242.   CD ROM drive(300KB/sec)
  243.   SVGA display (VESA compliant)
  244.   8-bit Sound board
  245.  
  246. For best frame rate performance, configure the graphics card for 8-bit 
  247. color mode.  For best image quality, use 24-bit color mode.
  248.  
  249. Off-line encoding is CPU-intensive, i.e. the faster the CPU the faster the 
  250. compression time.  Pentium(R) Processor systems are more than twice as fast
  251. as 486-based systems at doing off-line compression.
  252.  
  253.  
  254. Technical Support and Updates:
  255. ------------------------------
  256. Technical information and any future updates to Indeo video interactive will 
  257. be posted on the following electronic forums:
  258.  
  259.   World Wide Web     http://www.intel.com    PC Developers Support, Multimedia
  260.   CompuServe         Go IntelArch            Multimedia Forum
  261.   Internet           ftp.intel.com           ~/pub/IAL/multimedia
  262.  
  263. For technical assistance with Indeo technology, post a message on the 
  264. IntelArch forum on Compuserve in the Multimedia library #9 or send an 
  265. electronic mail message to developer_support@intel.com.
  266.  
  267. _____________________________________________________________________
  268. * Other brands and names are the property of their respective owners.
  269.